Import('env')
Import('options')
env = env.Copy()
env.Append(CPPPATH=['../guardedalloc'])
blender_guardedalloc = env.Library(target='#$BUILD_DIR/lib/blender_guardedalloc', source=['intern/mallocn.c'])
blender_guardedalloc = blender_guardedalloc[0]
Export('blender_guardedalloc')
